home *** CD-ROM | disk | FTP | other *** search
AMOS Source Code | 2008-12-11 | 459 b | 18 lines |
- Load Iff "dh0:__sourcecodes/.jdsources/bc.pic",1
- Wait 5
- Screen Open 0,Screen Width,Screen Height,Screen Colour,Screen Mode
- Wait 5
- Get Palette 1 : Flash Off : Curs Off
- S=1 : D=0 : TX=0 : TY=0 : BX=Screen Width : BY=Screen Height : W=10 : H=10
- F=3
- BLOCKIN[S,D,TX,TY,BX,BY,W,H,F]
-
- Procedure BLOCKIN[S,D,TX,TY,BX,BY,W,H,F]
- Def Scroll 1,TX,TY To BX,BY,0,-1
- For Y=0 To BY
- Screen Copy S,0,Y,BX,Y+1 To D,0,BY-1
- Wait Vbl
- Scroll 1
- Wait Vbl
- Next
- End Proc